home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 5 / Gold Medal Software - Volume 5 (Gold Medal) (1995).iso / music / d10sound.arj / QS-TECH.DOC < prev    next >
Text File  |  1994-04-04  |  2KB  |  54 lines

  1. QS.EXE v2.0 (hopefully) fixes bugs encountered in the original v1.0.
  2.  
  3. List of bugs in v1.0 that I'm aware of:
  4. -FILES-
  5. BUG:
  6. Would sometimes error out on valid filename. (displayed FILE NOT FOUND)
  7.  
  8. FIX:
  9. Improved file handling routines.
  10.  
  11. -SYSEX-
  12. BUG:
  13. Wouldn't take more than one F7 (End of Exclusive) while receiving data.
  14.  
  15. FIX:
  16. Now using buffer to absorb ALL data other than FE (ack) from MPU-401.
  17. There is a 120 second wait period after transmission of dump prompt
  18. to make sure that all data is received.  When the 120 seconds expire,
  19. the program begins gathering the data regardless of whether the MPU-401
  20. is still sending data or not. If you think that your synth is done sending
  21. data before the wait period expires, you may press any key to begin writing
  22. the data to file on disk. Beware that the key you hit will not be 'snuffed'
  23. from the keyboard head/tail buffers, and is the next character displayed
  24. (used). I like to use the [5] key on my numeric keypad for this purpose.
  25. Or even start 'stacking' keystrokes.
  26.  
  27. While there are other ways to determine the status of the MPU, I prefer
  28. this "sit and wait" technique. This method allows the potential to send
  29. back-to-back sysex saves from the panel of a synth. The file written can
  30. then send the data of two sysexs. The 120 seconds also allows me time to
  31. fumble around, etc. during sysex sessions.
  32.  
  33. -ENHANCEMENTS-
  34. INPUT:
  35. Can now abort from any user input prompt.
  36.  
  37. BUFFER SEGMENT:
  38. More space for data received...
  39. The program will request data segments from DOS. Should get 64K,
  40. but if you do not have 64K free, it will try asking for less until it gets
  41. down to 16K. QS v2.0 terminates if it requests the minimum 16K buffer and
  42. DOS will not allocate it.
  43.  
  44. -FUTURE UPDATES?-
  45. SEND MORE THAN 1 FILE FROM COMMAND LINE:
  46. Will allow multiple filenames on the command line.
  47.  
  48. LARGER RECEIVE BUFFER:
  49. I have no use for a larger buffer right now, but future updates of this
  50. program will have a larger midi data buffer.
  51.  
  52. > John Barlos 01/17/1989
  53.  
  54.